.footer {
  background-color: #15212a;
  padding: 5px 0 25px;
}

.footer__row {
  display: flex;
  justify-content: space-between;
}

.footer__nav-column li {
  margin-top: 15px;
}

.footer__nav-column li a {
  font-family: Open Sans;
  font-size: 1.14rem;
  font-weight: 600;
  color: gray;
  line-height: 1.42857143;
}

.footer__nav-column li a:hover {
  background-color: gray;
  color: #fff;
}

.footer__nav-title {
  font-family: Open Sans;
  font-weight: 700;
  color: #fff;
  font-size: 1.3rem;
}

.footer__copyright {
  font-family: Open Sans;
  font-size: 1rem;
  color: gray;
  padding-top: 10px;
  font-weight: 600;
  padding-bottom: 25px;
  max-width: 19rem;
  line-height: 1.42857143;
}

.footer__searchbar {
  position: relative;
  margin: 0 auto;
  margin-top: 40px;
  max-width: 40rem;
}

.footer__searchbar input {
  width: 100%;
  padding: 13px 20px 12px 30px;
  border: 1px solid #efefef;
  border-radius: 50px;
}

.footer__searchbar-button,
.footer__searchbar input {
  font-size: 1rem;
  font-family: Open Sans;
  color: #000;
  font-weight: 600;
}

.footer__searchbar-button {
  position: absolute;
  background-color: #fdd700;
  border-radius: 50px;
  line-height: 1;
  margin: 0;
  padding: 16px 26px;
  right: 0;
}

.footer__text {
  padding-top: 20px;
  text-align: center;
  font-size: 1rem;
  font-family: Open Sans;
  font-weight: 600;
  color: gray;
  margin-bottom: 40px;
}

.footer__lower-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.design {
  color: gray;
  font-family: Open Sans;
  font-weight: 600;
  font-size: 1rem;
}

.payment-list {
  display: flex;
  align-items: center;
}

.payment-list p {
  color: gray;
  font-family: Open Sans;
  font-size: 1rem;
  font-weight: 600;
}

.payment-list li {
  margin-left: 10px;
}

@media (max-width:1135px) {
  .footer__searchbar-button {
    padding: 15px 27px;
  }
}

@media (max-width:767px) {
  .footer__row {
    flex-wrap: wrap;
  }

  .footer__copyright {
    margin-top: 3rem;
  }

  .footer__nav-title {
    font-size: 2rem;
  }

  .footer__nav-column a {
    font-size: 4rem;
    text-align: center;
  }
}